home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 22 / CU Amiga Magazine's Super CD-ROM 22 (1998)(EMAP Images)(GB)[!][issue 1998-05].iso / PowerPC / System / PPCReleaseDEV / FD2Inline / include / proto-src / expansion.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-21  |  559 b   |  26 lines

  1. #ifndef PROTO_EXPANSION_H
  2. #define PROTO_EXPANSION_H
  3.  
  4. #ifndef DOS_FILEHANDLER_H
  5. #include <dos/filehandler.h>
  6. #endif /* !DOS_FILEHANDLER_H */
  7. #ifndef LIBRARIES_CONFIGVARS_H
  8. #include <libraries/configvars.h>
  9. #endif /* !LIBRARIES_CONFIGVARS_H */
  10.  
  11. #include <clib/expansion_protos.h>
  12.  
  13. #ifdef __GNUC__
  14. #include <inline/expansion.h>
  15. #endif /* __GNUC__ */
  16.  
  17. #ifndef __NOLIBBASE__
  18. extern struct ExpansionBase *
  19. #ifdef __CONSTLIBBASEDECL__
  20. __CONSTLIBBASEDECL__
  21. #endif /* __CONSTLIBBASEDECL__ */
  22. ExpansionBase;
  23. #endif /* !__NOLIBBASE__ */
  24.  
  25. #endif /* !PROTO_EXPANSION_H */
  26.